www.gusucode.com > 金融网站源码 投资理财类网站模板(demo59) > 金融网站源码 投资理财类网站模板(demo59)/www4/data/enums/marital.php

    <?php
global $em_maritals;
$em_maritals = array();
$em_maritals['1'] = '未婚';
$em_maritals['2'] = '已婚';
$em_maritals['3'] = '离异';
$em_maritals['4'] = '丧偶';
?>